Html Css Color HEX #267D33 Japanese Laurel

📋 copy color: '#267D33'

red 38 ◦ green 125 ◦ blue 51

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

Shades of Japanese Laurel #267D33

Tints of Japanese Laurel #267D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.41%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 17.76%
G = 58.41%
B = 23.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#267D33 (or 0x267D33) is known color: Japanese Laurel. HEX triplet: 26, 7D and 33. RGB value is (38,125,51). Sum of RGB (Red+Green+Blue) = 38+125+51=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #267D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D33 is #D982CC. Grayscale: #5A5A5A. Windows color (decimal): -14254797 or 3374374. OLE color: 3374374.

HSL color Cylindrical-coordinate representation of color #267D33: hue angle of 128.97º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267D33 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 51 -
CMYK 0.70 0 0.59 0.51
HSL 128.97º 0.53% 0.32% -
HSV(B) 128.97º 0.7% 0.49% -
XYZ 8.73 15.32 5.63 -
YUV 90.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 38 125 51 0.70 0 0.59 0.51 128.97 0.53 0.32
Hex 26 7D 33 46 0 3B 33 81 35 20
Octal 46 175 63 106 0 73 63 201 65 40
Binary 100110 1111101 110011 1000110 0 111011 110011 10000001 110101 100000

Color Harmonies of #267D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D33

Black with #267D33

Text Example


Text Example

White with #267D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,51); }

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

background-color css

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

 a { background-color: rgb(38,125,51); }

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

border-color css

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

 span { border-color: rgb(38,125,51); }

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