Html Css Color HEX #267B39 Japanese Laurel

📋 copy color: '#267B39'

red 38 ◦ green 123 ◦ blue 57

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

Shades of Japanese Laurel #267B39

Tints of Japanese Laurel #267B39

RGB

 RED value IS 38 (15.23% from 255) = 17.43%

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

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 17.43%
G = 56.42%
B = 26.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#267B39 (or 0x267B39) is known color: Japanese Laurel. HEX triplet: 26, 7B and 39. RGB value is (38,123,57). Sum of RGB (Red+Green+Blue) = 38+123+57=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #267B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267B39 is #D984C6. Grayscale: #5A5A5A. Windows color (decimal): -14255303 or 3767078. OLE color: 3767078.

HSL color Cylindrical-coordinate representation of color #267B39: hue angle of 133.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B39 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 123 57 -
CMYK 0.69 0 0.54 0.52
HSL 133.41º 0.53% 0.32% -
HSV(B) 133.41º 0.69% 0.48% -
XYZ 8.62 14.87 6.29 -
YUV 90.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 38 123 57 0.69 0 0.54 0.52 133.41 0.53 0.32
Hex 26 7B 39 45 0 36 34 85 35 20
Octal 46 173 71 105 0 66 64 205 65 40
Binary 100110 1111011 111001 1000101 0 110110 110100 10000101 110101 100000

Color Harmonies of #267B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267B39

Black with #267B39

Text Example


Text Example

White with #267B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267B39; }

 p { color: rgb(38,123,57); }

 H1.HeaderClassName
 {
   color: #267B39;
 }
 .AnyTagClassName
 {
   color: #267B39;
 }
</style>

background-color css

<style>
 a { background-color: #267B39; }

 a { background-color: rgb(38,123,57); }

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

border-color css

<style>
 span { border-color: #267B39; }

 span { border-color: rgb(38,123,57); }

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