Html Css Color HEX #2C7B36 Japanese Laurel

📋 copy color: '#2C7B36'

red 44 ◦ green 123 ◦ blue 54

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

Shades of Japanese Laurel #2C7B36

Tints of Japanese Laurel #2C7B36

RGB

 RED value IS 44 (17.58% from 255) = 19.91%

 GREEN value IS 123 (48.44% from 255) = 55.66%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 19.91%
G = 55.66%
B = 24.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#2C7B36 (or 0x2C7B36) is known color: Japanese Laurel. HEX triplet: 2C, 7B and 36. RGB value is (44,123,54). Sum of RGB (Red+Green+Blue) = 44+123+54=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7B36 is #D384C9. Grayscale: #5B5B5B. Windows color (decimal): -13862090 or 3570476. OLE color: 3570476.

HSL color Cylindrical-coordinate representation of color #2C7B36: hue angle of 127.59º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B36 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB 44 123 54 -
CMYK 0.64 0 0.56 0.52
HSL 127.59º 0.47% 0.33% -
HSV(B) 127.59º 0.64% 0.48% -
XYZ 8.79 14.97 5.92 -
YUV 91.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 44 123 54 0.64 0 0.56 0.52 127.59 0.47 0.33
Hex 2C 7B 36 40 0 38 34 80 2F 21
Octal 54 173 66 100 0 70 64 200 57 41
Binary 101100 1111011 110110 1000000 0 111000 110100 10000000 101111 100001

Color Harmonies of #2C7B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7B36

Black with #2C7B36

Text Example


Text Example

White with #2C7B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,123,54); }

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

background-color css

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

 a { background-color: rgb(44,123,54); }

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

border-color css

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

 span { border-color: rgb(44,123,54); }

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