Html Css Color HEX #42833C Fern Green

📋 copy color: '#42833C'

red 66 ◦ green 131 ◦ blue 60

#42833C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #42833C

Tints of Fern Green #42833C

RGB

 RED value IS 66 (26.17% from 255) = 25.68%

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 25.68%
G = 50.97%
B = 23.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42833C (or 0x42833C) is known color: Fern Green. HEX triplet: 42, 83 and 3C. RGB value is (66,131,60). Sum of RGB (Red+Green+Blue) = 66+131+60=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #42833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42833C is #BD7CC3. Grayscale: #676767. Windows color (decimal): -12418244 or 3965762. OLE color: 3965762.

HSL color Cylindrical-coordinate representation of color #42833C: hue angle of 114.93º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42833C is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 60 -
CMYK 0.50 0 0.54 0.49
HSL 114.93º 0.37% 0.37% -
HSV(B) 114.93º 0.54% 0.51% -
XYZ 11.18 17.72 7.11 -
YUV 103.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 66 131 60 0.50 0 0.54 0.49 114.93 0.37 0.37
Hex 42 83 3C 32 0 36 31 73 25 25
Octal 102 203 74 62 0 66 61 163 45 45
Binary 1000010 10000011 111100 110010 0 110110 110001 1110011 100101 100101

Color Harmonies of #42833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42833C

Black with #42833C

Text Example


Text Example

White with #42833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42833C; }

 p { color: rgb(66,131,60); }

 H1.HeaderClassName
 {
   color: #42833C;
 }
 .AnyTagClassName
 {
   color: #42833C;
 }
</style>

background-color css

<style>
 a { background-color: #42833C; }

 a { background-color: rgb(66,131,60); }

 div.DivClassName
 {
   background-color: #42833C;
 }
 .BgClassName
 {
   background-color: #42833C;
 }
</style>

border-color css

<style>
 span { border-color: #42833C; }

 span { border-color: rgb(66,131,60); }

 td.TdClassName
 {
   border-color: #42833C;
 }
 .TagClassName
 {
   border-color: #42833C;
 }
</style>