Html Css Color HEX #00B038 Dark Pastel Green

📋 copy color: '#00B038'

red 0 ◦ green 176 ◦ blue 56

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

Shades of Dark Pastel Green #00B038

Tints of Dark Pastel Green #00B038

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 176 (69.14% from 255) = 75.86%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 0%
G = 75.86%
B = 24.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#00B038 (or 0x00B038) is known color: Dark Pastel Green. HEX triplet: 00, B0 and 38. RGB value is (0,176,56). Sum of RGB (Red+Green+Blue) = 0+176+56=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #00B038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B038 is #FF4FC7. Grayscale: #6D6D6D. Windows color (decimal): -16732104 or 3715072. OLE color: 3715072.

HSL color Cylindrical-coordinate representation of color #00B038: hue angle of 139.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B038 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 176 56 -
CMYK 1 0 0.68 0.31
HSL 139.09º 1% 0.35% -
HSV(B) 139.09º 1% 0.69% -
XYZ 16.24 31.34 8.93 -
YUV 109.7 97.69 49.76 -
System Red Green Blue C M Y K H S L
Decimal 0 176 56 1 0 0.68 0.31 139.09 1 0.35
Hex 0 B0 38 64 0 44 1F 8B 64 23
Octal 0 260 70 144 0 104 37 213 144 43
Binary 0 10110000 111000 1100100 0 1000100 11111 10001011 1100100 100011

Color Harmonies of #00B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B038

Black with #00B038

Text Example


Text Example

White with #00B038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B038; }

 p { color: rgb(0,176,56); }

 H1.HeaderClassName
 {
   color: #00B038;
 }
 .AnyTagClassName
 {
   color: #00B038;
 }
</style>

background-color css

<style>
 a { background-color: #00B038; }

 a { background-color: rgb(0,176,56); }

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

border-color css

<style>
 span { border-color: #00B038; }

 span { border-color: rgb(0,176,56); }

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