Html Css Color HEX #2F6345 Green Pea

📋 copy color: '#2F6345'

red 47 ◦ green 99 ◦ blue 69

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

Shades of Green Pea #2F6345

Tints of Green Pea #2F6345

RGB

 RED value IS 47 (18.75% from 255) = 21.86%

 GREEN value IS 99 (39.06% from 255) = 46.05%

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 21.86%
G = 46.05%
B = 32.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#2F6345 (or 0x2F6345) is known color: Green Pea. HEX triplet: 2F, 63 and 45. RGB value is (47,99,69). Sum of RGB (Red+Green+Blue) = 47+99+69=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6345 is #D09CBA. Grayscale: #505050. Windows color (decimal): -13671611 or 4547375. OLE color: 4547375.

HSL color Cylindrical-coordinate representation of color #2F6345: hue angle of 145.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6345 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 99 69 -
CMYK 0.53 0 0.30 0.61
HSL 145.38º 0.36% 0.29% -
HSV(B) 145.38º 0.53% 0.39% -
XYZ 6.71 9.96 7.2 -
YUV 80.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 47 99 69 0.53 0 0.30 0.61 145.38 0.36 0.29
Hex 2F 63 45 35 0 1E 3D 91 24 1D
Octal 57 143 105 65 0 36 75 221 44 35
Binary 101111 1100011 1000101 110101 0 11110 111101 10010001 100100 11101

Color Harmonies of #2F6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6345

Black with #2F6345

Text Example


Text Example

White with #2F6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6345; }

 p { color: rgb(47,99,69); }

 H1.HeaderClassName
 {
   color: #2F6345;
 }
 .AnyTagClassName
 {
   color: #2F6345;
 }
</style>

background-color css

<style>
 a { background-color: #2F6345; }

 a { background-color: rgb(47,99,69); }

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

border-color css

<style>
 span { border-color: #2F6345; }

 span { border-color: rgb(47,99,69); }

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