Html Css Color HEX #42823D Fern Green

📋 copy color: '#42823D'

red 66 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #42823D

Tints of Fern Green #42823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 25.68%
G = 50.58%
B = 23.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#42823D (or 0x42823D) is known color: Fern Green. HEX triplet: 42, 82 and 3D. RGB value is (66,130,61). Sum of RGB (Red+Green+Blue) = 66+130+61=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #42823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823D is #BD7DC2. Grayscale: #676767. Windows color (decimal): -12418499 or 4031042. OLE color: 4031042.

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

Color convert

RGB 66 130 61 -
CMYK 0.49 0 0.53 0.49
HSL 115.65º 0.36% 0.37% -
HSV(B) 115.65º 0.53% 0.51% -
XYZ 11.07 17.46 7.2 -
YUV 103 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 66 130 61 0.49 0 0.53 0.49 115.65 0.36 0.37
Hex 42 82 3D 31 0 35 31 74 24 25
Octal 102 202 75 61 0 65 61 164 44 45
Binary 1000010 10000010 111101 110001 0 110101 110001 1110100 100100 100101

Color Harmonies of #42823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42823D

Black with #42823D

Text Example


Text Example

White with #42823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42823D; }

 p { color: rgb(66,130,61); }

 H1.HeaderClassName
 {
   color: #42823D;
 }
 .AnyTagClassName
 {
   color: #42823D;
 }
</style>

background-color css

<style>
 a { background-color: #42823D; }

 a { background-color: rgb(66,130,61); }

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

border-color css

<style>
 span { border-color: #42823D; }

 span { border-color: rgb(66,130,61); }

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