#207B29

Color #207B29 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #207B29

Tints of Japanese Laurel #207B29

Color information

#207B29 (or 0x207B29) is unknown color: approx Japanese Laurel. HEX triplet: 20, 7B and 29. RGB value is (32,123,41). Sum of RGB (Red+Green+Blue) = 32+123+41=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #207B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B29 is #DF84D6. Grayscale: #565656. Windows color (decimal): -14648535 or 2718496. OLE color: 2718496.

HSL color Cylindrical-coordinate representation of color #207B29: hue angle of 125.93º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B29 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB3212341-
CMYK0.7400.670.52
HSL125.93º58.71%30.39%-
HSV(B)125.93º73.98%48.24%-
XYZ8.0814.634.5-
YUV86.44102.3589.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=16.33%
G=62.76%
B=20.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123410.7400.670.52125.9358.7130.39
Hex207B294A043347e3b1e
Octal40173511120103641767336
Binary1000001111011101001100101001000011110100111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B29; }

 p { color: rgb(32,123,41); }

 H1.HeaderClassName
 {
   color: #207B29;
 }
 .AnyTagClassName
 {
   color: #207B29;
 }
</style>
background-color css

<style>
 a { background-color: #207B29; }

 a { background-color: rgb(32,123,41); }

 div.DivClassName
 {
   background-color: #207B29;
 }
 .BgClassName
 {
   background-color: #207B29;
 }
</style>
border-color css

<style>
 span { border-color: #207B29; }

 span { border-color: rgb(32,123,41); }

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